SixBit API Schema
CurrencyCodeType Simple Type
Description
The currency code of a sale.
Namespace (none)
Type
Restriction of xs:string
Diagram
CurrencyCodeType Simple Type
Overview
CurrencyCodeType Restriction of xs:string
The currency code of a sale.
Facets
EnumerationCAD
EnumerationAUD
EnumerationEUR
EnumerationUSD
EnumerationGBP
EnumerationJPY
EnumerationCNY
EnumerationINR
EnumerationMXN
Source
<xs:simpleType name="CurrencyCodeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The currency code of a sale.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="CAD" />
    <xs:enumeration value="AUD" />
    <xs:enumeration value="EUR" />
    <xs:enumeration value="USD" />
    <xs:enumeration value="GBP" />
    <xs:enumeration value="JPY" />
    <xs:enumeration value="CNY" />
    <xs:enumeration value="INR" />
    <xs:enumeration value="MXN" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.